func runtime.asanwrite
12 uses
runtime (current package)
asan0.go#L21: func asanwrite(addr unsafe.Pointer, sz uintptr) { throw("asan") }
cgo_sigaction.go#L34: asanwrite(unsafe.Pointer(new), unsafe.Sizeof(*new))
mbarrier.go#L223: asanwrite(dst, typ.Size_)
mbarrier.go#L300: asanwrite(dstPtr, uintptr(n)*typ.Size_)
mprof.go#L1025: asanwrite(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0))
mprof.go#L1139: asanwrite(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0))
proc.go#L2919: asanwrite(unsafe.Pointer(&ts), unsafe.Sizeof(ts))
select.go#L439: asanwrite(cas.elem, c.elemtype.Size_)
select.go#L458: asanwrite(cas.elem, c.elemtype.Size_)
slice.go#L419: asanwrite(toPtr, size)
traceback.go#L1743: asanwrite(unsafe.Pointer(arg), unsafe.Sizeof(cgoSymbolizerArg{}))
traceback.go#L1767: asanwrite(unsafe.Pointer(&arg), unsafe.Sizeof(arg))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |